@import url("../css/font/iconfont.css");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

body, html {
    background-color: #fcfcfc;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
    font-weight: 400;
    font-style: normal;
}

ul,
ol,
li {
    list-style-type: none;
}

a {
    color: #666;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    font-family: "Microsoft YaHei";
}

a:hover {
    text-decoration: none;
    color: #83B4E6 !important;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: inset 6px rgba(0, 0, 0, 0.3);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* background: rgba(0, 0, 0, 0.1); */
    background-color: #093c7d;
    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    /* background: rgba(126, 91, 91, 0.1); */
    background-color: #093c7d;
}


.header-layout {
    width: 100%;
    height: 120px !important;
    box-sizing: border-box;
    padding: 18px 35px 18px;
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    min-width: 750px;
}

.logo-wrap {
    max-width: 100%;
}

.logo-wrap img {
    max-width: 100%;
    height: auto;
}

#nav {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	width: 1265px;
}

.English {
    position: absolute;
    top: 20px !important;
    right: 35px;
    z-index: 999;
}
.header-layout > a.English{
    color: rgba(255, 255, 255, .5);
}
.header-layout > a.English:hover{
    color: rgba(255, 255, 255, 1) !important;
}
.English > a {
    color: rgba(255, 255, 255, .5);
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
}

.English > a:after {
    content: "";
    width: 1px;
    height: 10px;
    display: inline-block;
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.English a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.English > a:last-child:after {
    display: none;
}

.nav-list {
    display: flex;
    align-items: center;
	width: 100%;
}

.nav-list li.li {
    /*margin-right: 54px;*/
    position: relative;
    line-height: 40px;
    padding: 0 30px;
    width: calc(100% / 9);
}

.nav-list li.li:last-child {
    margin-right: 20px;
}

.nav-list li.li:nth-of-type(2):after {
    display: none;
}

.nav-list li.li:after {
    content: "";
    width: 7px;
    height: 6px;
    display: inline-block;
    background: url("../images/nav-dh.png") no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.nav-list li.li a {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.nav-list li.li:hover a {
    color: #ffffff;
}

.subNav-list {
    position: absolute;
    width: 168px;
    height: auto;
    background-color: #FFFFFF;
    top: 100%;
    left: 0;
    display: none;
    z-index: 999;
    border-top: 2px solid #297dd3;
    margin-left: -84px;
    left: 50%;
}

.subNav-list li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.subNav-list li a {
    font-size: 14px !important;
    color: #297dd3 !important;
    font-weight: inherit !important;
    display: block;
}

.subNav-list li:hover {
    background-color: #f5f7fb;
}

/*
*author:Mr.Zhu
*title:2022-05-05增加 头部修改
*date:2022/5/5 16:41
*/
.header-mask {
    position: absolute;
    z-index: 998;
    left: 50%;
    transform: translateX(-50%);
}

.header-mask1 {
    top: 0;
}

.header-mask2 {
    bottom: 0;
}

/*
* @author:Mr.Zhu
* @title:footer
* @date:2022/3/14 11:13
*/
.Links {
    width: 100%;
    background-color: #F7F8F8;
    height: 56px;
    display: flex;
    justify-content: center;
}

.links-layout {
    width: 1400px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.links-left {
    display: flex;
    align-items: center;
}

.links-left a {
    font-size: 14px;
    color: #297DD3;
    line-height: 24px;
    font-weight: 400;
}

.links-left li {
    margin-right: 25px;
}

.links-left li:last-child {
    margin-right: 0px;
}

.yqlj {
    width: 309px;
    height: 36px;
    background-color: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #297DD3;
    cursor: pointer;
}

.yqlj:after {
    content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    border-top: 9px solid #297DD3;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.yqlj-list {
    position: absolute;
    left: 0px;
    width: 100%;
    background-color: #FFFFFF;
    bottom: 56px;
    z-index: 9999;
    display: none;
}

.yqlj-list li {
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.footer-infor {
    width: 100%;
    height: 228px;
    background-color: #297DD3;
    display: flex;
    justify-content: center;
}

.footerInfor-layout {
    width: 1400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.footerInfor-left {
    width: 1162px;
}

.footerInfor-top {
    display: flex;
    align-items: center;
    width: 84%;
    height: 135px;
    border-bottom: 1px solid RGBA(88, 154, 221, 1);
    box-sizing: border-box;
    padding: 32px 0;
}

.contactInfor {
    margin-left: 38px;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
}

.contactInfor i.iconfont {
    color: #FFFFFF;
    font-size: 16px;
}
.contactInfor p:nth-child(1) > span:last-child{
    margin-left: 20px;
}
.contactInfor span {
    font-size: 14px;
    color: #FFFFFF;
}

.footerInfor-bottom {
    display: flex;
    align-items: center;
    height: 93px;
}

.footerInfor-bottom * {
    font-size: 12px;
    color: #83B4E6;
}

.footerInfor-bottom > a {
    margin-right: 23px;
}

.footerInfor-bottom p > a > img {
    float: left;
    margin-top: -2px;
    margin-right: 3px;
}

.footerInfor-bottom p > * {
    margin-right: 10px;
}

.footerInfor-right img {
    width: 161px;
    height: 161px;
    object-fit: cover;
}

/*end*/

.main-wrap {
    box-sizing: border-box;
}

.column-tit {
    width: 100%;
    max-width: 100%;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-top: 15px;
}

.column-tit a {
    font-size: 12px;
    color: #7C7C7C;
    position: relative;
    z-index: 999;
}

.column-tit a.more {
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    z-index: 999;
    background: url(../images/xxxw-more.png) left no-repeat;
    width: 140px;
    height: 41px;
    text-indent: 20px;
    line-height: 38px;
}

.column-tit h4 {
    font-size: 30px;
    color: #0B0B0B;
    font-weight: bold;
    position: relative;
    z-index: 9999;
}

.column-tit h4 span {
    color: #297DD3;
}

.column-tit h4:before {
    content: "";
    width: 59px;
    height: 2px;
    display: inline-block;
    background: #0B0B0B;
    position: absolute;
    bottom: -5px;
    left: 0px;
}

.column-tit h4:after {
    content: "";
    width: auto;
    height: 100%;
    display: inline-block;
    position: absolute;
    color: #EAEAEA;
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
    left: 58px;
    text-transform: Uppercase;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
}

.xyyw-tit h4:after {
    content: 'NEWS';
}

.header-search {
    width: 499px;
    height: 116px;
    background-color: #297DD3;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
    padding: 0 39px;
}

.search-layout {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-layout h4 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.search-layout h4 span {
    color: rgba(255, 255, 255, 0.33);
    display: inline-block;
    margin-left: 14px;
}

.search-list {
    display: flex;
    align-items: center;
}

.search-list li {
    margin-right: 12px;
}

.search-list a {
    font-size: 14px;
    color: #7DABE9;
}

.search-box {
    width: 100%;
    height: 32px;
    border-radius: 19px;
    overflow: hidden;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}

.search-box input {
    width: calc(100% - 55px);
    border: none;
    outline: none;
    background-color: transparent;
    text-align: center;
    font-size: 14px;
    color: #939393;
}

.search-box input::placeholder {
    font-size: 14px;
    color: #939393;
}

.search-box button {
    width: 55px;
    border: none;
    outline: none;
    background-color: transparent;
}

.search-box button i {
    font-size: 28px;
    color: rgba(41, 125, 211, .97);
}

#main {
    position: relative;
}

.subnav-box {
    display: none;
    width: 90px;
}

.nav-btn {
    font-size: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-btn i.iconfont {
    font-size: 36px;
    margin-left: 5px;
}

.canvi-navbar {
    background-color: rgba(41, 125, 211, .98) !important;
    box-sizing: border-box;
    padding: 20px;
}

.nav-close {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.icon-guanbi {
    font-size: 24px;
    display: inline-block;
    margin-left: 40px;
}

.wap-nav-ul {
    margin-top: 65px;
}

.wap-nav-ul > li {
    font-size: 18px;
    color: #CDE6FF;
    font-weight: bold;
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.wap-nav-ul > li a {
    color: #CDE6FF;
}

.subWap_nav-ul {
    display: flex;
    align-items: center;
    margin-left: 45px;
    flex-wrap: wrap;
    width: calc(100% - 150px);
}

.subWap_nav-ul a {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
}

.subWap_nav-ul li {
    margin-right: 24px;
}

.subWap_nav-ul li:last-child {
    margin-right: 0px;
}

/*
* @author:Mr.Zhu
* @title:面包屑
* @date:2022/3/16 11:35
*/
.crumbs {
    width: 100%;
    height: auto;
    background-color: #EAEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 0;
}

.crumbs-layout {
    width: 1400px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #6F6F6F;
}

.crumbs-layout a {
    font-size: 14px;
    color: #6F6F6F !important;
}

/*end*/
/*
* @author:Mr.Zhu
* @title:aside
* @date:2022/3/16 11:42
*/
#aside {
    width: 220px;
    height: auto;
    border-right: 1px solid #E8E8E8;
    box-sizing: border-box;
    padding-top: 18px;
    padding-bottom: 30px;
}

#aside h2 {
    font-size: 30px;
    color: #323131;
    font-weight: bold;
    height: 82px;
    display: flex;
    align-items: center;
    position: relative;
}

#aside h2:after {
    content: "";
    width: 57px;
    height: 2px;
    display: inline-block;
    position: absolute;
    background-color: #323131;
    left: 0px;
    bottom: 0px;
}

.aside-list {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 38px;
}

.aside-list li {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.aside-list a {
    font-size: 18px;
    color: #323131;
    display: block;
}

.aside-list li.active a {
    font-size: 18px;
    color: #297DD3;
    font-weight: bold;
}

.aside-list li:hover a {
    font-size: 18px;
    color: #297DD3;
    font-weight: bold;
}

/*end*/
/*
* @author:Mr.Zhu
* @title:分页
* @date:2022/3/16 14:50
*/
.paging {
    text-align: center;
    margin: 40px 0;
}

/*end*/

/*2022-05-09 新增*/
.canvi-content {
    transform: none !important;
}

.fixed {
    position: fixed !important;
    transition: all .3s ease-in-out 0s;
    background-color: #297DD3;
    z-index: 99999;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    animation: fixed 1s linear both;
    padding: 18px 35px !important;
}

@keyframes fixed {
    0% {
        top: -122px;
    }
    100% {
        top: 0;
    }
}

@media screen and (max-width: 1811px) {
    .nav-list li.li {
        padding: 0 25px;
    }

    .nav-list li.li:after {
        right: 14px;
    }
}

@media screen and (max-width: 1721px) {
    .nav-list li.li {
        padding: 0 20px;
    }

    .nav-list li.li:after {
        right: 10px;
    }
}

@media screen and (max-width: 1700px) {
    .header-layout {
        padding: 20px;
    }

    .logo-wrap {
        width: 434px;
        max-width: 80%;
    }

    .English {
        right: 20px;
    }

    #nav {
        width: calc(100% - 450px);
    }

    .nav-list li.li a {
        font-size: 16px;
    }

    .nav-list li.li {
        padding: 0 25px;
    }
}

@media screen and (max-width: 1631px) {
    .nav-list li.li a {
        font-size: 16px;
    }

    .nav-list li.li {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1436px) {

    .nav-list li.li a {
        font-size: 16px;
    }

    .nav-list li.li {
        padding: 0 15px;
    }

    .nav-list li.li:after {
        right: 5px;
    }
}

@media screen and (max-width: 1541px) {

    .nav-list li.li a {
        font-size: 16px;
    }

    .nav-list li.li {
        padding: 0 15px;
    }

    .nav-list li.li:after {
        right: 5px;
    }
}

@media screen and (max-width: 1451px) {

    .nav-list li.li a {
        font-size: 16px;
    }

    .nav-list li.li {
        padding: 0 15px;
    }

    .nav-list li.li:after {
        right: 5px;
    }
}

@media screen and (max-width: 1414px) {

    .nav-list li.li a {
        font-size: 16px;
    }

    .nav-list li.li {
        padding: 0 15px;
    }

    .nav-list li.li:after {
        right: 5px;
    }
}

@media screen and (max-width: 1400px) {
    .links-layout, .footerInfor-layout, .main-wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .footerInfor-left {
        width: calc(100% - 180px);
    }

    .subnav-box {
        display: block;
    }

    .nav-list {
        display: none;
    }

    .logo-wrap {
        width: auto;
    }

    .crumbs-layout {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px
    }

    .nav-list li.li a {
        font-size: 16px;
    }

    .nav-list li.li {
        padding: 0 15px;
    }

    .nav-list li.li:after {
        right: 5px;
    }
}

@media screen and (max-width: 996px) {
    .yqlj {
        width: 120px;
    }

    .yqlj:after {
        right: 25px;
    }

    .aside-list {
        padding-top: 0px;
    }

    .crumbs-layout {
        width: 750px;
    }

    #aside {
        width: 100%;
        border-right: none;
    }

    .aside-list {
        display: flex;
        flex-wrap: wrap;
    }

    .aside-list li {
        width: calc(100% / 3);
        line-height: 60px;
        background: #ffffff;
        text-align: center;
    }

    .aside-list li.active {
        background: #297dd3;
    }

    .aside-list li.active a {
        color: #ffffff;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .footerInfor-layout {
        padding: 0;
    }

    .footerInfor-top {
        height: 227px;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 14px;
    }

    .footer-infor {
        height: auto;
    }

    .footerInfor-left {
        width: 100%;

    }

    .footerInfor-right {
        position: absolute;
        right: 14px;
        top: 32px;
    }

    .contactInfor {
        margin-left: 0px;
    }

    .footerInfor-bottom {
        padding: 0 14px;
        box-sizing: border-box;
    }

    .column-tit h4 {
        font-size: 36px;
    }

    .yqlj {
        display: none;
    }

    .links-left a {
        font-size: 18px;
        color: #343434;
    }

    .links-layout {
        padding: 0 24px
    }

    .column-tit a {
        font-size: 20px;
    }

    .search-list a, .footerInfor-bottom * {
        font-size: 18px;
    }

    .contactInfor span {
        font-size: 22px;
    }

    .crumbs-layout a {
        font-size: 18px;
    }

    #aside h2 {
        font-size: 36px;
    }

    .aside-list a, .aside-list li.active a {
        font-size: 24px;
    }
}

@media screen and (max-width: 414px) {
    #aside {
        width: 100%;
        border-right: none;
    }

    .aside-list {
        display: flex;
        flex-wrap: wrap;
    }

    .aside-list li {
        width: calc(100% / 3);
        line-height: 60px;
        background: #ffffff;
        margin-right: 0px;
        text-align: center;
    }

    .aside-list li.active {
        background: #297dd3;
    }

    .aside-list li.active a {
        color: #ffffff;
        text-align: center;
    }
}

or {
    height: auto;
}

.footerInfor-left {
    width: 100%;

}

.footerInfor-right {
    position: absolute;
    right: 14px;
    top: 32px;
}

/*.contactInfor {
    margin-left: 0px;
}*/

.footerInfor-bottom {
    padding: 0 14px;
    box-sizing: border-box;
}

.column-tit h4 {
    font-size: 36px;
}

.yqlj {
    display: none;
}